spinbutton: Avoid touch text handles to pop up
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 22 May 2014 14:04:03 +0000 (16:04 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:33 +0000 (19:54 +0200)
commit60e15deb83f054ad6cd257fc493e4da9eb52aa5d
tree896df213c4bf0326862f385734ecd7f5f2c82306
parenta4a122c8e8d48761558bb7627f206f1cec377dd9
spinbutton: Avoid touch text handles to pop up

Those get in the middle more than help on these widgets, the widget
is already packed with clickable areas and having handles (and their
invisible clickable area around) hovering above don't help, plus the
purpose in most likely numeric values is a bit doubtful.

All touch events are either consumed by the up/down panels, or
the swipe gesture, all GtkEntry handling of touch events on the text
window is avoided, so handles to not appear anymore.
gtk/gtkspinbutton.c